home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / interapplication comm / menuscripter / sources / plstrs.h < prev   
Encoding:
C/C++ Source or Header  |  2000-06-23  |  153 b   |  7 lines

  1. #pragma once
  2.  
  3. #include <Types.h>
  4.  
  5. pascal StringPtr     PLstrcpy(StringPtr str1, StringPtr str2);
  6. pascal StringPtr    PLstrcat(StringPtr str1, StringPtr str2);
  7.